home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sysctrl._xe / 0 / RCDATA / TFORM16 / TFORM16.txt
Encoding:
Text File  |  1999-11-15  |  2.9 KB  |  138 lines

  1. object Form16: TForm16
  2.   Left = 151
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Full Screen'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 412
  22.     Width = 688
  23.     Height = 41
  24.     Align = alBottom
  25.     BevelWidth = 5
  26.     Caption = 'Click Here To Close'
  27.     Color = clSilver
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -15
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = Panel1Click
  36.     object Button1: TButton
  37.       Left = 41
  38.       Top = 8
  39.       Width = 239
  40.       Height = 25
  41.       Caption = 'Click Here To Close'
  42.       TabOrder = 0
  43.       Visible = False
  44.       OnClick = Button1Click
  45.     end
  46.   end
  47.   object PGImage1: TPGImage
  48.     Left = 0
  49.     Top = 0
  50.     Width = 688
  51.     Height = 388
  52.     Align = alClient
  53.     Color = clBlack
  54.     ParentColor = False
  55.     TabOrder = 1
  56.     PicBoxColor = clBlack
  57.     PicBoxCursor = crDefault
  58.     PicBoxDragCursor = crDrag
  59.     PicBoxDragMode = dmManual
  60.     PicBoxParentColor = True
  61.     PicBoxParentShowHint = True
  62.     PicBoxShowHint = False
  63.     PicBoxTag = 0
  64.     ZoomFactor = 1.000000000000000000
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 388
  69.     Width = 688
  70.     Height = 24
  71.     Align = alBottom
  72.     TabOrder = 2
  73.     object Label1: TLabel
  74.       Left = 43
  75.       Top = 6
  76.       Width = 118
  77.       Height = 13
  78.       Caption = 'Current Screenshot: '
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.     end
  86.     object Label2: TLabel
  87.       Left = 168
  88.       Top = 6
  89.       Width = 39
  90.       Height = 13
  91.       Caption = 'Label2'
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object Button2: TButton
  100.       Left = 496
  101.       Top = 5
  102.       Width = 75
  103.       Height = 16
  104.       Caption = '< Back'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       TabOrder = 1
  112.       OnClick = Button2Click
  113.     end
  114.     object Button3: TButton
  115.       Left = 579
  116.       Top = 5
  117.       Width = 75
  118.       Height = 16
  119.       Caption = '> Next'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.       TabOrder = 0
  127.       OnClick = Button3Click
  128.     end
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     Interval = 25
  133.     OnTimer = Timer1Timer
  134.     Left = 74
  135.     Top = 82
  136.   end
  137. end
  138.